Bullseye!
Ein Blick auf Dart
adorsys
Ein Blick auf Dart
Florian Hirsch
adorsys
Dart is a new platform for scalable web app engineering.
Dart: An Introduction by Florian Loitsch from Riviera DEV, 2011-10-20
Productivity / Scalability / Speed
I guarantee you that Apple and Microsoft (...) will never embed the Dart VM. So 'Works best in Chrome' and even 'Works only in Chrome' are new norms promulgated intentionally by Google.
1. | 398.364 | JavaScript |
2. | 291.203 | Java |
3. | 265.993 | Ruby |
14. | 17.490 | Go |
26. | 3.745 | Swift |
39. | 1.789 | Dart |
Optional Types in Dart / Why Dart Types Are Optional and Unsound
library, import, part, part of, show, hide, as, _
|- bin | `- server.dart |- lib | `- api.dart | `- src/impl.dart |- web | `- app.dart ` packages
Florian Hirsch
adorsys